home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol A-4 / (Vol A-4) Vol. A4.iso / Games / touch_the_bubbles.swf / scripts / DefineSprite_73_levelup / frame_2 / DoAction.as
Text File  |  2008-03-12  |  167b  |  14 lines

  1. if(_root.pss != 1)
  2. {
  3.    _Y = _Y - 2;
  4.    ck++;
  5.    if(ck > 10)
  6.    {
  7.       _alpha = _alpha - 5;
  8.    }
  9.    if(ck > 28)
  10.    {
  11.       removeMovieClip(this);
  12.    }
  13. }
  14.